Menu Top
Complete Course of Mathematics
Topic 1: Numbers & Numerical Applications Topic 2: Algebra Topic 3: Quantitative Aptitude
Topic 4: Geometry Topic 5: Construction Topic 6: Coordinate Geometry
Topic 7: Mensuration Topic 8: Trigonometry Topic 9: Sets, Relations & Functions
Topic 10: Calculus Topic 11: Mathematical Reasoning Topic 12: Vectors & Three-Dimensional Geometry
Topic 13: Linear Programming Topic 14: Index Numbers & Time-Based Data Topic 15: Financial Mathematics
Topic 16: Statistics & Probability


Content On This Page
Introduction to Vectors (Definition, Magnitude, Direction) Types of Vectors (Zero, Unit, Coinitial, Collinear, Equal) Vector Algebra (Addition, Subtraction, Multiplication by a Scalar)
Properties of Vector Addition and Scalar Multiplication


Vector Algebra: Introduction and Basic Operations



Introduction to Vectors (Definition, Magnitude, Direction)

In physics and mathematics, various physical quantities are encountered. These quantities can be broadly classified into two fundamental categories based on whether they possess direction along with magnitude:

Definition of a Vector

A vector is a mathematical or physical quantity characterized by both a magnitude and a direction. Geometrically, a vector is often visualized as a directed line segment in space.

Representation of a Vector

Vectors can be represented in two primary ways:

Geometric Representation: Directed Line Segment

Geometrically, a vector is represented by a directed line segment, which is a line segment with an arrowhead at one end.

A directed line segment from point A (tail) to point B (head), representing vector AB.

If a vector is represented by a directed line segment from an initial point A to a terminal point B, it is denoted as $\vec{AB}$. The initial point is A and the terminal point is B.

Symbolic Representation

In mathematical notation, vectors are typically denoted by:

Position Vector

The position vector of a point P relative to a fixed origin O in space is the vector $\vec{OP}$. It uniquely specifies the position of point P with respect to the origin. The tail of the position vector is at the origin O, and its head is at the point P.

Coordinate system with origin O and point P. The vector from O to P is the position vector of P.

If the coordinates of the origin are $O = (0, 0, 0)$ and the coordinates of the point P are $(x, y, z)$ in a 3D Cartesian coordinate system, then the position vector of P, $\vec{OP}$, can be represented in terms of its components (which will be discussed in detail in a later section) as:

$\vec{OP} = x\hat{i} + y\hat{j} + z\hat{k}$

where $\hat{i}, \hat{j}, \hat{k}$ are the standard unit vectors along the positive x, y, and z axes, respectively.

Magnitude of a Vector

The magnitude (also called the length, norm, or modulus) of a vector $\vec{a}$ is a non-negative scalar quantity representing its "size" or how long the directed line segment is. It tells us "how much" of the quantity the vector represents.

Direction of a Vector

The direction of a vector specifies its orientation in space. It tells us "which way" the quantity acts or points. The direction can be described in several ways:

An important concept in vector algebra is that vectors are often considered free vectors, meaning they can be translated (moved parallel to themselves) anywhere in space without changing their identity, as long as their magnitude and direction remain the same. The exception is the position vector, which is fixed relative to the origin it's defined from.


Types of Vectors (Zero, Unit, Coinitial, Collinear, Equal)

Vectors can be classified into different types based on their properties such as magnitude, direction, and their relative position or orientation with respect to other vectors.

Zero Vector (or Null Vector)

Unit Vector

Coinitial Vectors

Collinear Vectors

Equal Vectors

Negative of a Vector



Vector Algebra (Addition, Subtraction, Multiplication by a Scalar)

Just like numbers, vectors can be combined using algebraic operations. The fundamental operations in vector algebra are vector addition, vector subtraction, and the multiplication of a vector by a scalar. These operations allow us to manipulate and combine vectors to solve problems in geometry and physics.

Vector Addition

The sum of two or more vectors results in a single vector, known as the resultant vector. Vector addition is not the same as scalar addition because the directions of the vectors must be taken into account. There are two primary geometric laws for adding vectors:

Triangle Law of Vector Addition

If two vectors $\vec{a}$ and $\vec{b}$ are represented in magnitude and direction by two sides of a triangle taken in order (meaning the initial point of the second vector coincides with the terminal point of the first vector), then their sum or resultant vector, $\vec{a} + \vec{b}$, is represented in magnitude and direction by the third side of the triangle taken in the opposite order (from the initial point of the first vector to the terminal point of the second vector).

Let $\vec{AB} = \vec{a}$ be a vector from point A to point B, and $\vec{BC} = \vec{b}$ be a vector from point B to point C. According to the Triangle Law, the vector $\vec{AC}$ represents the sum $\vec{a} + \vec{b}$.

$\vec{AC} = \vec{AB} + \vec{BC}$

$\vec{AC} = \vec{a} + \vec{b}$

Triangle ABC with vectors AB=a, BC=b. The resultant vector AC = a+b closes the triangle in the opposite order.

Parallelogram Law of Vector Addition

If two vectors $\vec{a}$ and $\vec{b}$ are represented in magnitude and direction by the two adjacent sides of a parallelogram drawn from a common initial point, then their sum or resultant vector, $\vec{a} + \vec{b}$, is represented in magnitude and direction by the diagonal of the parallelogram that passes through that common initial point.

Let $\vec{OA} = \vec{a}$ and $\vec{OB} = \vec{b}$ be two vectors originating from the same point O. Construct a parallelogram OACB using $\vec{OA}$ and $\vec{OB}$ as adjacent sides. According to the Parallelogram Law, the diagonal $\vec{OC}$ represents the sum $\vec{a} + \vec{b}$.

$\vec{OC} = \vec{OA} + \vec{OB}$

$\vec{OC} = \vec{a} + \vec{b}$

Parallelogram OACB with vectors OA=a and OB=b originating from O. The diagonal OC represents the sum a+b.

The Parallelogram Law is consistent with the Triangle Law. In the parallelogram OACB, $\vec{OA} = \vec{a}$ and $\vec{AC} = \vec{OB} = \vec{b}$ (since opposite sides of a parallelogram are equal and parallel). Applying the Triangle Law to triangle OAC, we get $\vec{OC} = \vec{OA} + \vec{AC} = \vec{a} + \vec{b}$.

Addition in Component Form

When vectors are expressed in terms of their components using standard unit vectors $\hat{i}, \hat{j}, \hat{k}$, vector addition becomes straightforward. If we have two vectors:

Let $\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k}$

Let $\vec{b} = b_1\hat{i} + b_2\hat{j} + b_3\hat{k}$

Then their sum $\vec{a} + \vec{b}$ is found by adding the corresponding components:

$$ \vec{a} + \vec{b} = (a_1 + b_1)\hat{i} + (a_2 + b_2)\hat{j} + (a_3 + b_3)\hat{k} $$

This is the most convenient way to add vectors computationally.

Vector Subtraction

The subtraction of a vector $\vec{b}$ from a vector $\vec{a}$ is defined as the addition of vector $\vec{a}$ and the negative (or additive inverse) of vector $\vec{b}$.

$\vec{a} - \vec{b} = \vec{a} + (-\vec{b})$

Recall that $-\vec{b}$ is a vector with the same magnitude as $\vec{b}$ but pointing in the opposite direction.

Geometrically, using the Parallelogram Law (vectors $\vec{OA} = \vec{a}$ and $\vec{OB} = \vec{b}$ originating from O), the vector $\vec{BA}$ represents the difference $\vec{a} - \vec{b}$. This is because $\vec{OB} + \vec{BA} = \vec{OA}$ by the Triangle Law, which implies $\vec{BA} = \vec{OA} - \vec{OB} = \vec{a} - \vec{b}$. Note that $\vec{OC}$ is $\vec{a} + \vec{b}$ and $\vec{BA}$ is $\vec{a} - \vec{b}$. These are the two diagonals of the parallelogram formed by $\vec{a}$ and $\vec{b}$ as adjacent sides from a common origin.

Parallelogram OACB with vectors OA=a and OB=b. Diagonal BA represents a-b.

Subtraction in Component Form

Similar to addition, subtraction is performed component-wise using the definition $\vec{a} - \vec{b} = \vec{a} + (-\vec{b})$. If $\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k}$ and $\vec{b} = b_1\hat{i} + b_2\hat{j} + b_3\hat{k}$, then $-\vec{b} = (-b_1)\hat{i} + (-b_2)\hat{j} + (-b_3)\hat{k}$.

So, their difference is:

$$ \vec{a} - \vec{b} = (a_1 - b_1)\hat{i} + (a_2 - b_2)\hat{j} + (a_3 - b_3)\hat{k} $$

Multiplication of a Vector by a Scalar

Multiplying a vector $\vec{a}$ by a scalar (a real number) $k$ results in a new vector, denoted by $k\vec{a}$. This operation scales the magnitude of the vector and may change its direction depending on the sign of the scalar.

Geometrically, scalar multiplication stretches or shrinks the vector along its original line of action and may flip its orientation if the scalar is negative. The resulting vector $k\vec{a}$ is always collinear with the original vector $\vec{a}$.

Scalar Multiplication in Component Form

When a vector is in component form, scalar multiplication is performed by multiplying each component of the vector by the scalar $k$. If $\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k}$ and $k$ is a scalar, then:

$$ k\vec{a} = k(a_1\hat{i} + a_2\hat{j} + a_3\hat{k}) = (k a_1)\hat{i} + (k a_2)\hat{j} + (k a_3)\hat{k} $$

This is a straightforward element-wise multiplication.

Example 1. Let $\vec{a} = 2\hat{i} - \hat{j} + 3\hat{k}$ and $\vec{b} = -\hat{i} + 5\hat{j} - 2\hat{k}$. Find:

(i) $\vec{a} + \vec{b}$

(ii) $\vec{a} - \vec{b}$

(iii) $3\vec{a}$

(iv) $2\vec{a} + 4\vec{b}$

Answer:

Given vectors $\vec{a} = 2\hat{i} - \hat{j} + 3\hat{k}$ and $\vec{b} = -\hat{i} + 5\hat{j} - 2\hat{k}$.

(i) Sum $\vec{a} + \vec{b}$

We add the corresponding components:

$\vec{a} + \vec{b} = (2\hat{i} - \hat{j} + 3\hat{k}) + (-\hat{i} + 5\hat{j} - 2\hat{k})$

$\phantom{\vec{a} + \vec{b}} = (2 + (-1))\hat{i} + (-1 + 5)\hat{j} + (3 + (-2))\hat{k}$

$\vec{a} + \vec{b} = 1\hat{i} + 4\hat{j} + 1\hat{k} = \hat{i} + 4\hat{j} + \hat{k}$

(ii) Difference $\vec{a} - \vec{b}$

We subtract the corresponding components:

$\vec{a} - \vec{b} = (2\hat{i} - \hat{j} + 3\hat{k}) - (-\hat{i} + 5\hat{j} - 2\hat{k})$

$\phantom{\vec{a} - \vec{b}} = (2 - (-1))\hat{i} + (-1 - 5)\hat{j} + (3 - (-2))\hat{k}$

$\vec{a} - \vec{b} = (2 + 1)\hat{i} + (-6)\hat{j} + (3 + 2)\hat{k} = 3\hat{i} - 6\hat{j} + 5\hat{k}$

(iii) Scalar Multiple $3\vec{a}$

We multiply each component of $\vec{a}$ by the scalar 3:

$3\vec{a} = 3(2\hat{i} - \hat{j} + 3\hat{k})$

$\phantom{3\vec{a}} = (3 \times 2)\hat{i} + (3 \times -1)\hat{j} + (3 \times 3)\hat{k}$

$3\vec{a} = 6\hat{i} - 3\hat{j} + 9\hat{k}$

(iv) Combination $2\vec{a} + 4\vec{b}$

First, find $2\vec{a}$ and $4\vec{b}$ using scalar multiplication:

$2\vec{a} = 2(2\hat{i} - \hat{j} + 3\hat{k}) = (2 \times 2)\hat{i} + (2 \times -1)\hat{j} + (2 \times 3)\hat{k} = 4\hat{i} - 2\hat{j} + 6\hat{k}$

$4\vec{b} = 4(-\hat{i} + 5\hat{j} - 2\hat{k}) = (4 \times -1)\hat{i} + (4 \times 5)\hat{j} + (4 \times -2)\hat{k} = -4\hat{i} + 20\hat{j} - 8\hat{k}$

Now, add the resulting vectors component-wise:

$2\vec{a} + 4\vec{b} = (4\hat{i} - 2\hat{j} + 6\hat{k}) + (-4\hat{i} + 20\hat{j} - 8\hat{k})$

$\phantom{2\vec{a} + 4\vec{b}} = (4 + (-4))\hat{i} + (-2 + 20)\hat{j} + (6 + (-8))\hat{k}$

$2\vec{a} + 4\vec{b} = 0\hat{i} + 18\hat{j} - 2\hat{k} = 18\hat{j} - 2\hat{k}$


Properties of Vector Addition and Scalar Multiplication

Vector addition and scalar multiplication obey several algebraic properties that are similar to those of real numbers. These properties are fundamental to manipulating vector equations and understanding vector spaces.

Let $\vec{a}, \vec{b}, \vec{c}$ be any three vectors, and let $k, m$ be any two scalars (real numbers).

Properties of Vector Addition

  1. Commutativity of Vector Addition:

    The order in which two vectors are added does not affect the result.

    $\vec{a} + \vec{b} = \vec{b} + \vec{a}$

    This property can be easily visualized using the Parallelogram Law, where both $\vec{a} + \vec{b}$ and $\vec{b} + \vec{a}$ correspond to the same diagonal of the parallelogram.

  2. Associativity of Vector Addition:

    When adding three or more vectors, the grouping of the vectors does not affect the sum. This allows us to add multiple vectors sequentially without using parentheses.

    $(\vec{a} + \vec{b}) + \vec{c} = \vec{a} + (\vec{b} + \vec{c})$

    This property implies that we can simply write $\vec{a} + \vec{b} + \vec{c}$ without any ambiguity about the order of operations. Geometrically, this can be shown using the polygon law of vector addition.

  3. Existence of Additive Identity:

    There exists a unique vector, the zero vector $\vec{0}$, such that when it is added to any vector $\vec{a}$, the vector $\vec{a}$ remains unchanged.

    $\vec{a} + \vec{0} = \vec{0} + \vec{a} = \vec{a}$

    The zero vector acts as the additive identity element in vector addition.

  4. Existence of Additive Inverse:

    For every vector $\vec{a}$, there exists a unique vector, the negative of $\vec{a}$ (denoted by $-\vec{a}$), such that when added to $\vec{a}$, the result is the zero vector.

    $\vec{a} + (-\vec{a}) = (-\vec{a}) + \vec{a} = \vec{0}$

    The vector $-\vec{a}$ acts as the additive inverse of $\vec{a}$. Vector subtraction $\vec{a} - \vec{b}$ is defined using this property as $\vec{a} + (-\vec{b})$.

These four properties establish that the set of all vectors (in a given space, like 2D or 3D) forms an Abelian group under the operation of vector addition.

Properties of Scalar Multiplication

Scalar multiplication interacts with vector addition in the following ways:

  1. Distributivity over Vector Addition:

    A scalar can be distributed over the sum of two vectors.

    $k(\vec{a} + \vec{b}) = k\vec{a} + k\vec{b}$

  2. Distributivity over Scalar Addition:

    A vector can be distributed over the sum of two scalars.

    $(k + m)\vec{a} = k\vec{a} + m\vec{a}$

  3. Associativity of Scalar Multiplication:

    The multiplication of scalars is associative when one scalar is multiplied by the result of another scalar multiplying a vector.

    $k(m\vec{a}) = (km)\vec{a}$

    This means multiplying a vector by a product of scalars is the same as multiplying it sequentially by each scalar.

  4. Multiplication by the Multiplicative Identity Scalar:

    Multiplying any vector by the scalar 1 results in the original vector.

    $1 \cdot \vec{a} = \vec{a}$

    The scalar 1 acts as the multiplicative identity for scalar multiplication of vectors.

  5. Multiplication by the Zero Scalar:

    Multiplying any vector by the scalar 0 results in the zero vector.

    $0 \cdot \vec{a} = \vec{0}$

These properties, combined with the properties of vector addition, are the defining axioms for a mathematical structure called a vector space. In this context, vectors are the elements of the space, and scalars are elements of the field (in this case, the field of real numbers $\mathbb{R}$). This structure is fundamental in linear algebra and many areas of physics and engineering.

Summary for Competitive Exams

Vector Operations:

  • Addition ($\vec{a}+\vec{b}$):
    • Geometrically: Triangle Law (head-to-tail) or Parallelogram Law (diagonal from common origin).
    • Component-wise: Add corresponding components. $\vec{a}+\vec{b} = (a_1+b_1)\hat{i} + (a_2+b_2)\hat{j} + (a_3+b_3)\hat{k}$.
  • Subtraction ($\vec{a}-\vec{b}$):
    • Defined as adding the negative: $\vec{a} + (-\vec{b})$.
    • Geometrically: Other diagonal of the parallelogram formed by $\vec{a}$ and $\vec{b}$ (from tail of $\vec{b}$ to tail of $\vec{a}$).
    • Component-wise: Subtract corresponding components. $\vec{a}-\vec{b} = (a_1-b_1)\hat{i} + (a_2-b_2)\hat{j} + (a_3-b_3)\hat{k}$.
  • Scalar Multiplication ($k\vec{a}$):
    • Result is a vector collinear with $\vec{a}$.
    • Magnitude: $|k\vec{a}| = |k||\vec{a}|$.
    • Direction: Same as $\vec{a}$ if $k>0$, opposite if $k<0$. $\vec{0}$ if $k=0$.
    • Component-wise: Multiply each component by $k$. $k\vec{a} = (ka_1)\hat{i} + (ka_2)\hat{j} + (ka_3)\hat{k}$.

Properties of Vector Operations:

  • Vector Addition:
    • Commutative: $\vec{a} + \vec{b} = \vec{b} + \vec{a}$
    • Associative: $(\vec{a} + \vec{b}) + \vec{c} = \vec{a} + (\vec{b} + \vec{c})$
    • Additive Identity: $\vec{a} + \vec{0} = \vec{a}$
    • Additive Inverse: $\vec{a} + (-\vec{a}) = \vec{0}$
  • Scalar Multiplication:
    • $k(\vec{a}+\vec{b}) = k\vec{a} + k\vec{b}$ (Scalar distributes over vector sum)
    • $(k+m)\vec{a} = k\vec{a} + m\vec{a}$ (Sum of scalars distributes over vector)
    • $k(m\vec{a}) = (km)\vec{a}$ (Associativity of scalar multiplication)
    • $1 \cdot \vec{a} = \vec{a}$ (Identity scalar)
    • $0 \cdot \vec{a} = \vec{0}$ (Zero scalar)